home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 2 / Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin / pc / dos / editors / pedit / peditwpf.ini < prev    next >
Text File  |  1992-10-30  |  3KB  |  131 lines

  1.     ![]=====================================================[]
  2.     ![]      pEDIT Initialization File (WORDPERFECT)    []
  3.     ![]=====================================================[]
  4.     !
  5.     ! Must have a 'Do' key
  6.     !
  7.     define_key (do_command, esc)
  8.     !
  9.     ! Define the shift keys
  10.     !
  11.     define_shift (home)        ! Cursor control
  12.     define_shift (ctrl-f03)        ! Preferences
  13.     define_shift (ctrl-f04)        ! Block operations
  14.     define_shift (shift-f07)    ! Printing
  15.     !
  16.     ! Function Keys
  17.     !
  18.     define_key (abort, f01)
  19.     define_key (find, f02)
  20.     define_key (althelp, f03)
  21.     define_key (indent_1, f04)
  22.     define_key (get_file, f05)
  23.     define_key (quit, f07)
  24.     define_key (write_file, f10)
  25.     !
  26.     ! Shifted Function Keys
  27.     !
  28.     define_key (findnext, shift-f02)
  29.     define_key (other_window, shift-f03)
  30.     define_key (indent_-1, shift-f04)
  31.     define_key (center_line, shift-f06)
  32.     define_key (set_margins, shift-f08)
  33.     define_key (include_file, shift-f10)
  34.     !
  35.     ! Control Function Keys
  36.     !
  37.     define_key (dos, ctrl-f01)
  38.     define_key (learn, ctrl-f10)
  39.     !
  40.     ! Alternate Function Keys
  41.     !
  42.     define_key (replace, alt-f02)
  43.     define_key (select_text, alt-f04)
  44.     define_key (right_line, alt-f06)
  45.     define_key (draw, alt-f09)
  46.     define_key (execute, alt-f10)
  47.     !
  48.     ! WordPerfect Cursor Control
  49.     !
  50.     define_key (line, ctrl-home)
  51.     define_key (execute_wpfwrev, ctrl-left)
  52.     define_key (move_word, ctrl-right)
  53.     define_key (shift_left, home+left)
  54.     define_key (shift_right, home+right)
  55.     define_key (move_top, home+up)
  56.     define_key (move_bottom, home+down)
  57.     define_key (move_home, home+home)
  58.     define_key (move_end, end)
  59.     define_key (move_end, home+end)
  60.     !
  61.     ! WordPerfect Preferences
  62.     !
  63.     define_key (set_color, ctrl-f03+c)
  64.     define_key (define_key, ctrl-f03+k)
  65.     define_key (ruler, ctrl-f03+r)
  66.     define_key (one_window, ctrl-f03+1)
  67.     define_key (two_windows, ctrl-f03+2)
  68.     !
  69.     ! WordPerfect Block operations
  70.     !
  71.     define_key (remove_text, ctrl-f04+1)
  72.     define_key (store_text, ctrl-f04+2)
  73.     define_key (wipe_text, ctrl-f04+del)
  74.     define_key (insert_here, ctrl-f04+r)
  75.     !
  76.     ! WordPerfect Print commands
  77.     !
  78.     define_key (print_buffer, shift-f07+p)
  79.     define_key (print_block, shift-f07+b)
  80.     define_key (print_delete, shift-f07+d)
  81.     define_key (print_cancel, shift-f07+c)
  82.     define_key (show_printer, shift-f07+s)
  83.     !
  84.     ! Text deletion
  85.     !
  86.     define_key (erase_char, del)
  87.     define_key (erase_word, ctrl-backspace)
  88.     define_key (erase_line, ctrl-end)
  89.     define_key (restore_text, alt-backspace)
  90.     !
  91.     ! Other Control Keys
  92.     !
  93.     define_key (auto_indent, ctrl-enter)
  94.     define_key (remember, ctrl-r)
  95.     !
  96.     ! Keypad Keys
  97.     !
  98.     define_key (move_up, up)
  99.     define_key (move_down, down)
  100.     define_key (move_left, left)
  101.     define_key (move_right, right)
  102.     define_key (prev_screen, pgup)
  103.     define_key (next_screen, pgdn)
  104.     define_key (change_mode, ins)
  105.     define_key (execute_wpfothup, ctrl-pgup)
  106.     define_key (execute_wpfothdn, ctrl-pgdn)
  107.     !
  108.     ! Alternate Keys
  109.     !
  110.     define_key (list_ascii, alt-a)
  111.     define_key (buffer, alt-b)
  112.     define_key (capital_word, alt-c)
  113.     define_key (change_dir, alt-d)
  114.     define_key (fill_para, alt-f)
  115.     define_key (help, alt-h)
  116.     define_key (justify_para, alt-j)
  117.     define_key (quote_char, alt-k)
  118.     define_key (lower_word, alt-l)
  119.     define_key (set_pindent, alt-p)
  120.     define_key (quit, alt-q)
  121.     define_key (repeat, alt-r)
  122.     define_key (set_scope, alt-s)
  123.     define_key (trans_char, alt-t)
  124.     define_key (upper_word, alt-u)
  125.     define_key (set_video, alt-v)
  126.     define_key (exit, alt-x)
  127.     !
  128.     ! Set up the Environment
  129.     !
  130.     set (cursor, block)
  131.